-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Sim mode at runtime #5721
Conversation
fdc4cef
to
09d4a36
Compare
09d4a36
to
e8ca0c2
Compare
48f66fe
to
ee70398
Compare
d302f2d
to
8aab09b
Compare
1491f42
to
bcce93d
Compare
|
I cannot replicate this on the command line. Given the context of your comment I tried it from the gui and still couldn't replicate. In fact some of the tests I've written should fail if that were the case. Can you come up with a concrete example? Replicated the submission retry delays thing. Pretty clueless about that though. |
|
||
rtc['simulation']['simulated run length'] = sleep_sec | ||
rtc['submission retry delays'] = [1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@MetRonnie Here is the cause of the value in the GUI's submission retry delays box. It also happens on master.
I think that it's probably as it's meant to be: In simulation mode, simulate retries after 1 second whatever the retry delay in live mode. However, I can't see that documented anywhere.
But it still keeps saying
(The Edit Runtime form shows it correctly but it is not having an effect) |
to allow non simulation settings to be modified and to avoid changing the itask.tdef.rtconfig.
@MetRonnie - This is a good spot. I think that the broadcasts probably need to be applied in the |
Co-authored-by: Ronnie Dutta <[email protected]>
Co-authored-by: Ronnie Dutta <[email protected]>
Co-authored-by: Ronnie Dutta <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Conflict resolution looks good
Co-authored-by: Hilary James Oliver <[email protected]>
Co-authored-by: Hilary James Oliver <[email protected]>
Thank you @hjoliver |
Genuine test failure presumably: |
I'm looking at the broken test -it's just a log-grep issue after |
1e5e806
to
9186ad1
Compare
Recheck simulation mode settings at runtime if a broadcast might have changed them. If it has, update these settings.
A waypoint on the road to skip mode.
Based upon #5712. Drafted until that is in.Check List
CONTRIBUTING.md
and added my name as a Code Contributor.setup.cfg
(andconda-environment.yml
if present).CHANGES.md
entry included if this is a change that can affect users?.?.x
branch.